home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 77 / 077.d81 / hb boot (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1990-01-01  |  744 b   |  20 lines

  1. 10 printchr$(142)"[144][147]":poke53280,0:poke53281,0
  2. 20 gosub60000
  3. 80 print"[144]load"chr$(34)"hb halloween"chr$(34)",8"
  4. 90 print"run"
  5. 100 poke631,13:poke632,13:poke198,2:end
  6. 10000 open15,8,15,"s0:hb boot":close15:save"hb boot",8:end
  7. 60000 print"[129]        huggy bear's halloween"
  8. 60005 print"[159]     a journal of october 31, 1990"
  9. 60008 b9$="                                      "
  10. 60010 poke214,14:print:print"  [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][152]"
  11. 60020 fori=0to7:printb9$:next:print"  [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][152]"
  12. 60030 b9$(0)="huggy bear's halloween"
  13. 60040 b9$(1)="by william o. nelson (c) 1990"
  14. 60050 b9$(2)="licensed by softdisk, inc."
  15. 60060 b9$(3)="published on loadstar #77"
  16. 60070 b9$(4)="subscriptions 1-800-831-2694"
  17. 60080 b9$(5)="all rights reserved"
  18. 60090 poke214,16:print:fori=0to5:printtab(20-(len(b9$(i))/2))""b9$(i):next
  19. 60099 return
  20.